Posts

Showing posts with the label DATA SCIENCE

Modelamiento Cartografico (Inundación) => Modelador Qgis

Image

ISS TRACK

Image
=> Code

Spectral Profile in Landsat 8 With Gogle Earth Engine

Image

Changing coordinates in the Attribute Table in QGIS

Raster Data as Array with GDAL

# File Dem rst = "/home/percyelbis/Downloads/UTM_PTL_WIN/rst/AP.tif" # Import Library. import gdal dem = gdal.Open(rst) # Information about the dem print("Projection is {}".format(dem.GetProjection())) # View as array band1 = dem.GetRasterBand(1).ReadAsArray() print(band1.shape) print(band1.max()) print(band1.mean()) print(band1.min())

Land Use Change in r

# Load Library. library(ggplot2) library(ggrepel) # Read data. setwd("/home/willpecc/Escritorio") land = read.table("change_land.txt", header = T,sep = "") View(land) # Type of Data. lapply(land, class) land$newdate

.csv to .shp in r

# Load Library library(rgdal) library(sp) # Load data. # Download dataset Facebook https://data.humdata.org/organization/facebook. data

Etiquetar Curvas de Nivel "Principales" y "Secundarias" con Python en QGIS

Image
from qgis.core import * from qgis.gui import * @qgsfunction(args='auto', group='Custom') def cn(z, feature, parent): a="Secundaria" b="Principal" if z%125==0: return b else: return a                   😊 QGIS                                               😊CIVIL 3D

Delimitar Cuenca con SAGA GIS "SubCuenca Hercca" - Cuenca del Vilcanota

Image

Install SAGA GIS on Ubuntu 18.04

Image
SAGA GIS

Raster et Vecteur

Image

Escenas Landsat,Sentinel 2,Rapideye

Image

MAP

Merge Raster in R

#Load library library(raster) library(rgdal) #setwd setwd("C:/Users/Usuario/Downloads") #Read DEM dem1

Carto

Image

Landsat

Image

Cusco-Peru

Image

location map